home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _4DF8FCEF1762420C8A5737ADB9B5235E < prev    next >
Encoding:
Text File  |  2005-12-21  |  436 b   |  42 lines

  1. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  2.  
  3. UIElem("ID_NEXT")
  4. {
  5.     Default()
  6.     {
  7.         Visible(1)
  8.     }
  9. }
  10.  
  11. UIElem("ID_BUY_SELL")
  12. {
  13.     Default()
  14.     {
  15.         Visible(0)
  16.     }
  17. }
  18.  
  19. UIElem("ID_CASH_FRAME")
  20. {
  21.     Default()
  22.     {
  23.         Visible(0)
  24.     }
  25. }
  26.  
  27. UIElem("ID_UPPER_LIST_LABEL_TEXT")
  28. {
  29.     Default()
  30.     {
  31.         Text("&MenuSelectCarYourCars&")
  32.     }
  33. }
  34.  
  35. UIElem("ID_TITLE")
  36. {
  37.     Default()
  38.     {
  39.         Text("&MenuSelectCarTitle&")
  40.     }
  41. }
  42.